DataSource for Entity Framework in WPF
C1.Data Namespace / ProgressiveView<T> Class
Properties Methods Events


In This Topic
    ProgressiveView<T> Class Members
    In This Topic

    The following tables list the members exposed by ProgressiveView<T>.

    Public Properties
     NameDescription
    Public PropertyGets or sets a boolean value indicating whether the client view must be loaded automatically when its data is accessed. (Inherited from C1.Data.ClientView<T>)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public PropertyGets a value indicating whether the client view is loaded. (Inherited from C1.Data.ClientView<T>)
    Public PropertyGets a value indicating whether the client view is being loaded. (Inherited from C1.Data.ClientView<T>)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public PropertyGets or sets the size of a page. To disable progressive loading, set this property to 0.  
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets the client scope to which this client view belongs. (Inherited from C1.Data.ClientView<T>)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodFilters the view on the server side using a predicate. (Inherited from C1.Data.ClientView<T>)
    Public MethodFilters the view on the server using a key selector function and configurable value and operator. (Inherited from C1.Data.ClientView<T>)
    Public MethodOverloaded.  (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodOverloaded.  (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodCancels the current loading operation. (Inherited from C1.Data.ClientView<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodOverloaded.  (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodSpecifies related objects to include while loading the client view. (Inherited from C1.Data.ClientView<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodLoads the entities of the client view. (Inherited from C1.Data.ClientView<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodOverloaded. Applies paging to this client view. (Inherited from C1.Data.ClientView<T>)
    Public MethodOverloaded. Specifies that the client view loading is performed not in a single trip to the server but in multiple batches, each loading a page of a limited size so the user sees the result and can interact with it before all pages are loaded. (Inherited from C1.Data.ClientView<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodLoads the entities of the client view ignoring the client-side cache. (Inherited from C1.Data.ClientView<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodOverloaded.  (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public EventOccurs when the client view has finished loading succesfully, and also when an exception has been thrown during loading. (Inherited from C1.Data.ClientView<T>)
    Top
    See Also